home *** CD-ROM | disk | FTP | other *** search
- Path: news.nevada.edu!aronoffs
- From: aronoffs@nevada.edu (STEVEN ARONOFF)
- Newsgroups: comp.lang.c
- Subject: Help!! system call
- Date: 23 Jan 1996 04:56:51 GMT
- Organization: University of Nevada System Computing Services
- Message-ID: <4e1pqj$6hs@news.nevada.edu>
- NNTP-Posting-Host: unauthenticated_user@pioneer.nevada.edu
- X-Newsreader: TIN [version 1.2 PL2]
-
- Some of the fopen operators will concatenate files if they allready exist.
- Make sure the filename strings are being sent correctly by using the "r" for
- read only, and if the files open up and are filled, then change the fopen
- operator to one that does not concatenate the file when opend.If you get
- an error that it cannot open then the strings are off.
-
- Good Luck!!!!!!
-